'Declaration Public Overloads Shared Sub TransformPoints( _
ByVal matrixThe matrix that used to transform points.As AffineMatrix, _
ByVal pointsThe points to transform. The original points in the array are replaced by their transformed values.() As System.Drawing.PointF _
)
public static void TransformPoints(
AffineMatrix matrix,
System.Drawing.PointF[] points
)
public: static void TransformPoints(
AffineMatrix* matrix,
System.Drawing.PointF[]* points
)
public:
static void TransformPoints(
AffineMatrix^ matrix,
array<System.Drawing.PointF>^ points
)
Parameters
- matrix
- The matrix that used to transform points.
- points
- The points to transform. The original points in the array are replaced by their transformed values.